ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewResponse<T> Class / TotalItemCount Property

In This Topic
    TotalItemCount Property
    In This Topic
    The total number of items in the view before paging is applied.
    Syntax
    'Declaration
     
    Public Property TotalItemCount As Integer
    public int TotalItemCount {get; set;}
    See Also